build: remove .d files from xen/ on a clean
authorJonathan Creekmore <jonathan.creekmore@gmail.com>
Wed, 25 Nov 2015 16:19:01 +0000 (17:19 +0100)
committerJan Beulich <jbeulich@suse.com>
Wed, 25 Nov 2015 16:19:01 +0000 (17:19 +0100)
commitd9d610de33e48cc7c21ef76d0b43a803425b4b63
treedd13ea8a013c17322e896b7d2ae97d79275715a9
parent1e8193b5783676087bbd12da6be7641e40073168
build: remove .d files from xen/ on a clean

Dependency files were getting left behind in the xen
directory (since 8b6ef9c152edceabecc7f90c811cd538a7b7a110),
so append the $(DEPS) to the clean rule that runs in the
hypervisor directory.

Signed-off-by: Jonathan Creekmore <jonathan.creekmore@gmail.com>
xen/Makefile